home *** CD-ROM | disk | FTP | other *** search
- Subject: Using CW Gold 10 with ODF
- Sent: 10/18/96 2:17 AM
- Received: 10/18/96 11:07 AM
- From: David JL Gradwell, David.Gradwell@ddsl.co.uk
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
-
- Hi,
-
- I compiled the ODF Release 2 CodeWarrior project in
- ODFDev:ODF:SLPPCDebug:ODFLibrary.π
- using CodeWarrior Gold 10.
-
- All of it compiled OK except for one file.
-
- There is one error when compiling FWODExce.cpp.
-
- Error : exception specification list mismatch
- new line 30 new_handler set_new_handler(new_handler) throw();
-
- Now, FWODExce.cpp has a line near the beginning:
-
- #include <new.h>
-
- new.h only contains
-
- #include <new>
-
-
- I also note that the file <new> defines the operators new and delete but that
- FWODExce.cpp contains no references to either.
-
- I then commented out the line
-
- #include <new.h>
-
- in FWODExce.cpp and it compiled OK.
-
- Have I done the right thing ?
-
- (I also got a linker warning:
-
- Link Warning : ignored duplicate resource 'cfrg'(0) in '*Linker-Generated*'
-
- )
-
- David Gradwell
-
- --------------------------------------------------
- Data Dictionary Systems Limited. (David.Gradwell@ddsl.co.uk)
- Tel : +44 (0) 1276 23519 Fax : +44 (0) 1276 676670
-
- DDSL on the web - http://www.irds.org/ddsl/
- IRDS on the web - http://www.irds.org/
-
-
-